home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 November / CPNL0711.ISO / boekhoud / finan / BADGER finance v1.0 beta 2.exe / xampplite / phpMyAdmin / lang / latvian-utf-8.inc.php < prev    next >
PHP Script  |  2006-03-23  |  68KB  |  987 lines

  1. <?php
  2. /* $Id: latvian-utf-8.inc.php,v 2.125.2.3 2006/03/23 17:42:14 lem9 Exp $ */
  3.  
  4. /**
  5.  * Latvian language file by Sandis J─ôrics <sandisj at parks.lv>
  6.  */
  7.  
  8. $charset = 'utf-8';
  9. $allow_recoding = TRUE;
  10. $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
  11. $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
  12. $right_font_family = 'arial, helvetica, geneva, sans-serif';
  13. $number_thousands_separator = ' ';
  14. $number_decimal_separator = '.';
  15. // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
  16. $byteUnits = array('baiti', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
  17.  
  18. $day_of_week = array('Sv', 'P', 'O', 'T', 'C', 'Pk', 'S');
  19. $month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mai', 'J┼½n', 'J┼½l', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec');
  20. // See http://www.php.net/manual/en/function.strftime.php to define the
  21. // variable below
  22. $datefmt = '%d.%m.%Y %H:%M';
  23.  
  24. $timespanfmt = '%s dienas, %s stundas, %s min┼½tes un %s sekundes';
  25.  
  26. $strAPrimaryKey = 'Prim─ür─ü atsl─ôga pievienota uz lauka %s';
  27. $strAbortedClients = 'P─ürtraukts';
  28. $strAbsolutePathToDocSqlDir = 'L┼½dzu ievadiet absol┼½to ce─╝u l─½dz docSQL direktorijai uz servera';
  29. $strAccessDenied = 'Pieeja aizliegta';
  30. $strAccessDeniedExplanation = 'phpMyAdmin m─ô─úin─üja piesl─ôgties MySQL serverim, un serveris noraid─½ja piesl─ôgumu. L┼½dzu p─ürbaudiet hostu, lietot─üjv─ürdu un paroli config.inc.php fail─ü, un p─ürliecinieties, ka tie atbilst inform─ücijai, ko Jums deva MySQL servera administrators.';
  31. $strAction = 'Darb─½ba';
  32. $strAddAutoIncrement = 'Pievienot AUTO_INCREMENT v─ôrt─½bu';
  33. $strAddConstraints = 'Pievienot ierobe┼╛ojumus';
  34. $strAddDeleteColumn = 'Pievienot/Dz─ôst laukus (kolonnas)';
  35. $strAddDeleteRow = 'Pievienot/Dz─ôst ierakstu';
  36. $strAddDropDatabase = 'Pievienot DROP DATABASE';
  37. $strAddFields = 'Pievienot %s lauku(s)';
  38. $strAddHeaderComment = 'Ievietot virsrakst─ü koment─üru (\\n atdala rindas)';
  39. $strAddIfNotExists = 'Pievienot IF NOT EXISTS';
  40. $strAddIntoComments = 'Pievienot koment─üros';
  41. $strAddNewField = 'Pievienot jaunu lauku';
  42. $strAddPrivilegesOnDb = 'Pievienot privil─ô─úijas uz sekojo┼ío  datub─üzi';
  43. $strAddPrivilegesOnTbl = 'Pievienot privil─ô─úijas uz sekojo┼ío tabulu';
  44. $strAddSearchConditions = 'Pievienot mekl─ô┼íanas nosac─½jumus ("where" izteiksmes ─╖ermenis):';
  45. $strAddToIndex = 'Pievienot indeksam  %s kolonn(u/as)';
  46. $strAddUser = 'Pievienot jaunu lietot─üju';
  47. $strAddUserMessage = 'J┼½s pievienoj─üt jaunu lietot─üju.';
  48. $strAddedColumnComment = 'Pievienots koment─ürs kolonnai';
  49. $strAddedColumnRelation = 'Pievienota rel─ücija kolonnai';
  50. $strAdministration = 'Administr─ücija';
  51. $strAffectedRows = 'Ietekm─ôto rindu skaits:';
  52. $strAfter = 'P─ôc %s';
  53. $strAfterInsertBack = 'Atgriezties atpaka─╝ iepriek┼í─ôj─ü lap─ü';
  54. $strAfterInsertNewInsert = 'Ievietot v─ôl vienu rindu';
  55. $strAfterInsertSame = 'Atgriezties ┼íaj─ü lap─ü';
  56. $strAll = 'Visi';
  57. $strAllTableSameWidth = 'r─üd─½t visas tabulas vienad─ü platum─ü?';
  58. $strAlterOrderBy = 'Main─½t datu k─ürto┼íanas laukus';
  59. $strAnIndex = 'Indekss tieka pievienots uz %s';
  60. $strAnalyzeTable = 'Analiz─ôt tabulu';
  61. $strAnd = 'Un';
  62. $strAny = 'Jebkur┼í';
  63. $strAnyHost = 'Jebkur┼í hosts';
  64. $strAnyUser = 'Jebkur┼í lietot─üjs';
  65. $strApproximateCount = 'Var b┼½t aptuvens skaits. Skat─½t FAQ 3.11';
  66. $strArabic = 'Ar─übu';
  67. $strArmenian = 'Arm─ô┼åu';
  68. $strAscending = 'Augo┼í─ü sec─½b─ü';
  69. $strAtBeginningOfTable = 'Tabulas s─ükum─ü';
  70. $strAtEndOfTable = 'Tabulas beig─üs';
  71. $strAttr = 'Atrib┼½ti';
  72. $strAutodetect = 'Noteikt autom─ütiski';
  73. $strAutomaticLayout = 'Autom─ütiskais izvietojums';
  74.  
  75. $strBack = 'Atpaka─╝';
  76. $strBaltic = 'Baltijas';
  77. $strBeginCut = 'IZGRIEZT NO ┼á─¬S VIETAS';
  78. $strBeginRaw = 'RINDAS S─ÇKUMS';
  79. $strBinLogEventType = 'Notikuma tips';
  80. $strBinLogInfo = 'Inform─ücija';
  81. $strBinLogName = 'Log-faila nosaukums';
  82. $strBinLogOriginalPosition = 'Ori─úin─ül─ü poz─½cija';
  83. $strBinLogPosition = 'Poz─½cija';
  84. $strBinLogServerId = 'Servera ID';
  85. $strBinary = 'Bin─ürais';
  86. $strBinaryDoNotEdit = 'Bin─ürais - netiek labots';
  87. $strBinaryLog = 'Bin─ürais log-fails';
  88. $strBookmarkAllUsers = 'Dot ikvienam lietot─üjam pieeju ┼íai gr─ümatz─½mei';
  89. $strBookmarkDeleted = 'Ieraksts tika dz─ôsts.';
  90. $strBookmarkLabel = 'Nosaukums';
  91. $strBookmarkQuery = 'Saglab─ütie SQL vaic─üjumi';
  92. $strBookmarkThis = 'Saglab─üt ┼ío SQL vaic─üjumu';
  93. $strBookmarkView = 'Tikai apskat─½t';
  94. $strBrowse = 'Apskat─½t';
  95. $strBrowseForeignValues = 'P─ürl┼½kot ─ür─ôj─üs v─ôrt─½bas';
  96. $strBulgarian = 'Bulg─üru';
  97. $strBzError = 'phpMyAdmin nevar─ôja saarhiv─ôt failu d─ô─╝ boj─üta Bz2 papla┼íin─üjuma ┼íaj─ü php versij─ü. Stingri rekomend─ôjam uzst─üd─½t <code>$cfg[\'BZipDump\']</code> direkt─½vu phpMyAdmin konfigur─ücijas fail─ü uz <code>FALSE</code>. Ja v─ôlaties lietot Bz2 kompresijas iesp─ôjas, Jums j─üuzliek jaun─üka php versija. Skat─½t php bug report %s s─½k─ükai inform─ücijai.';
  98. $strBzip = 'Arhiv─ôts ar bzip';
  99.  
  100. $strCSVOptions = 'CSV opcijas';
  101. $strCalendar = 'Kalend─ürs';
  102. $strCannotLogin = 'Nevar piesl─ôgties MySQL serverim';
  103. $strCantLoad = 'nevar iel─üd─ôt papla┼íin─üjumu %s,<br />l┼½dzu p─ürbaudiet PHP konfigur─üciju';
  104. $strCantLoadRecodeIconv = 'Nevar iel─üd─ôt iconv vai recode papla┼íin─üjumu, kas ir nepiecie┼íams rakstz─½mju konvert─ücijai, l┼½dzu nokonfigur─ôjiet php, lai var─ôtu lietot ┼íos papla┼íin─üjumus, vai ar─½ atsl─ôdziet rakstz─½mju konvert─üciju phpMyAdmin konfigur─ücij─ü.';
  105. $strCantRenameIdxToPrimary = 'Nevar p─ürsaukt indeksu par PRIMARY!';
  106. $strCantUseRecodeIconv = 'Nevar lietot iconv, libiconv vai recode_string funkciju, bet php saka, ka papla┼íin─üjums ir iel─üd─ôts. P─ürbaudiet php konfigur─üciju.';
  107. $strCardinality = 'Kardinalit─üte';
  108. $strCaseInsensitive = 're─úistrnej┼½t─½gs';
  109. $strCaseSensitive = 're─úistrj┼½t─½gs';
  110. $strCentralEuropean = 'Centr─üleiropas';
  111. $strChange = 'Labot';
  112. $strChangeCopyMode = 'Izveidot jaunu lietot─üju ar t─üd─üm pa┼í─üm privil─ô─úij─üm un ...';
  113. $strChangeCopyModeCopy = '... patur─ôt veco lietot─üju.';
  114. $strChangeCopyModeDeleteAndReload = ' ... dz─ôst veco lietot─üju no lietot─üju tabulas, un p─ôc tam p─ürl─üd─ôt privil─ô─úijas.';
  115. $strChangeCopyModeJustDelete = ' ... dz─ôst veco lietot─üju no lietot─üju tabulas.';
  116. $strChangeCopyModeRevoke = ' ... at┼åemt vecajam lietot─üjam visas akt─½v─üs privil─ô─úijas, un p─ôc tam dz─ôst vi┼åu.';
  117. $strChangeCopyUser = 'Main─½t piek─╝uves inform─üciju / Klon─ôt lietot─üju';
  118. $strChangeDisplay = 'Izv─ôlieties, kuru lauku r─üd─½t';
  119. $strChangePassword = 'Main─½t paroli';
  120. $strCharset = 'Kod─ôjums';
  121. $strCharsetOfFile = 'Tabulas kod─ôjums:';
  122. $strCharsets = 'Rakstz─½mju kod─ôjumi';
  123. $strCharsetsAndCollations = 'Rakstz─½mju kod─ôjumi un izk─ürtojumi';
  124. $strCheckAll = 'Iez─½m─ôt visu';
  125. $strCheckOverhead = 'Iez─½m─ôt tabulas ar p─ürt─ôri┼åu';
  126. $strCheckPrivs = 'P─ürbaud─½t privil─ô─úijas';
  127. $strCheckPrivsLong = 'P─ürbaud─½t privil─ô─úijas uz datub─üzi "%s".';
  128. $strCheckTable = 'P─ürbaud─½t tabulu';
  129. $strChoosePage = 'Izv─ôlieties lapu redig─ô┼íanai';
  130. $strColComFeat = 'R─üdu kolonnu koment─ürus';
  131. $strCollation = 'Izk─ürtojumi';
  132. $strColumnNames = 'Kolonnu nosaukumi';
  133. $strColumnPrivileges = 'Kolonnu specifisk─üs privil─ô─úijas';
  134. $strCommand = 'Komanda';
  135. $strComments = 'Koment─üri';
  136. $strCommentsForTable = 'KOMENT─ÇRI TABULAI';
  137. $strCompatibleHashing = 'MySQL 4.0 savietojams';
  138. $strCompleteInserts = 'Pilnas INSERT izteiksmes';
  139. $strCompression = 'Kompresija';
  140. $strConfigFileError = 'phpMyAdmin nevar nolas─½t konfigur─ücijas failu!<br />Tas var notikt, ja PHP atrod taj─ü k─╝┼½du, vai ar─½ nevar atrast so failu.<br />M─ôginiet izsaukt konfigur─ücijas failu tie┼íi, klik┼íkinot linku zem─ük un lasiet PHP pazinojumu par k─╝┼½d─üm. Vair─ükum─ü gad─½jumu kaut kur pietrukst p─ôdi┼åa vai semikols.<br />Ja redzat tuk┼íu lapu, viss ir k─ürt─½b─ü.';
  141. $strConfigureTableCoord = 'L┼½dzu konfigur─ôjiet koordin─ütes tabulai %s';
  142. $strConnectionError = 'Nevar piesl─ôgties: k─╝┼½da konfigur─ücij─ü.';
  143. $strConnections = 'Konekcijas';
  144. $strConstraintsForDumped = 'Ierobe┼╛ojumi izmest─üm tabul─üm';
  145. $strConstraintsForTable = 'Ierobe┼╛ojumi tabulai';
  146. $strCookiesRequired = '"Cookies" ir j─üb┼½t at─╝autiem aiz ┼í─½ punkta.';
  147. $strCopyDatabaseOK = 'Datub─üze %s tika p─ürkop─ôta uz %s';
  148. $strCopyTable = 'Kop─ôt tabulu uz (datub─üze<b>.</b>tabula):';
  149. $strCopyTableOK = 'Tabula %s tika p─ürkop─ôta uz %s.';
  150. $strCopyTableSameNames = 'Nevar nokop─ôt tabulu uz vi┼åu pa┼íu!';
  151. $strCouldNotKill = 'phpMyAdmin nevar─ôja nogalin─üt procesu %s. Iesp─ôjams, ka tas jau agr─ük tika izbeigts.';
  152. $strCreate = 'Izveidot';
  153. $strCreateIndex = 'Izveidot indeksu uz %s laukiem';
  154. $strCreateIndexTopic = 'Izveidot jaunu indeksu';
  155. $strCreateNewDatabase = 'Izveidot jaunu datub─üzi';
  156. $strCreateNewTable = 'Izveidot jaunu tabulu datub─üz─ô %s';
  157. $strCreatePage = 'Izveidot jaunu lapu';
  158. $strCreatePdfFeat = 'PDF failu izveide';
  159. $strCreationDates = 'Izveido┼íanas/Atjauno┼íanas/Piek─╝uves datumi';
  160. $strCriteria = 'Krit─ôrijs';
  161. $strCroatian = 'Horv─ütu';
  162. $strCyrillic = 'Kirilisks';
  163. $strCzech = '─îehu';
  164. $strCzechSlovak = '─îehu-Slov─üku';
  165.  
  166. $strDBComment = 'Datub─üzes koment─ürs: ';
  167. $strDBCopy = 'Kop─ôt datub─üzi uz';
  168. $strDBGContext = 'Konteksts';
  169. $strDBGContextID = 'Konteksta ID';
  170. $strDBGHits = 'Apmekl─ôjumi';
  171. $strDBGLine = 'L─½nija';
  172. $strDBGMaxTimeMs = 'Maks. laiks, ms';
  173. $strDBGMinTimeMs = 'Min. laiks, ms';
  174. $strDBGModule = 'Modulis';
  175. $strDBGTimePerHitMs = 'Viena apmekl─ôjuma laiks, ms';
  176. $strDBGTotalTimeMs = 'Laiks kop─ü, ms';
  177. $strDBRename = 'P─ürsaukt datub─üzi par';
  178. $strDanish = 'D─ü┼åu';
  179. $strData = 'Dati';
  180. $strDataDict = 'Datu v─ürdn─½ca';
  181. $strDataOnly = 'Tikai dati';
  182. $strDatabase = 'Datub─üze';
  183. $strDatabaseEmpty = 'Datub─üzes nosaukums ir tuk┼ís!';
  184. $strDatabaseExportOptions = 'Datub─üzu eksporta opcijas';
  185. $strDatabaseHasBeenDropped = 'Datub─üze %s tika izdz─ôsta.';
  186. $strDatabaseNoTable = '┼áaj─ü datub─üz─ô nav tabulu!';
  187. $strDatabases = 'Datub─üzes';
  188. $strDatabasesDropped = '%s datub─üzes tika veiksm─½gi dz─ôstas.';
  189. $strDatabasesStats = 'Datub─üzu statistika';
  190. $strDatabasesStatsDisable = 'Izsl─ôgt statistiku';
  191. $strDatabasesStatsEnable = 'Iesl─ôgt statistiku';
  192. $strDatabasesStatsHeavyTraffic = 'Piez─½me: Datub─üzes statistikas iesl─ôg┼íana ┼íeit var izsaukt palielin─üto datu apmai┼åu starp webserveri un MySQL serveri.';
  193. $strDbPrivileges = 'Datub─ü┼╛u specifisk─üs privil─ô─úijas';
  194. $strDbSpecific = 'datub─üzei specifisks';
  195. $strDefault = 'Noklus─ôts';
  196. $strDefaultValueHelp = 'Noklus─ôtaj─üm v─ôrt─½b─üm, l┼½dzu ievadiet tikai pa┼íu vert─½bu, bez izsarg─ü┼ían─üs ar atpaka─╝─ôjo sl─½psv─½tru vai p─ôdi┼å─üm, lietojot ┼ío formatu: a';
  197. $strDefragment = 'Defragment─ôt tabulu';
  198. $strDelOld = 'Teko┼íaj─ü lap─ü ir atsauces uz tabul─üm, kas vairs neeksist─ô. Vai J┼½s gribat dz─ôst ┼í─½s atsauces?';
  199. $strDelayedInserts = 'Lietot aiztur─ôtos INSERT';
  200. $strDelete = 'Dz─ôst';
  201. $strDeleteAndFlush = 'Dz─ôst lietot─üjus, un p─ôc tam p─ürl─üd─ôt privil─ô─úijas.';
  202. $strDeleteAndFlushDescr = 'Tas ir lab─ükais veids, bet privil─ô─úiju p─ürl─üd─ô┼íana var pa┼åemt zin─ümu laiku.';
  203. $strDeleted = 'Ieraksts tika dz─ôsts';
  204. $strDeletedRows = 'Ieraksti dz─ôsti:';
  205. $strDeleting = 'Dz─ô┼íam %s';
  206. $strDescending = 'Dilsto┼í─ü sec─½b─ü';
  207. $strDescription = 'Apraksts';
  208. $strDictionary = 'v─ürdn─½ca';
  209. $strDisableForeignChecks = 'Nep─ürbaud─½t ─ür─ôj─üs atsl─ôgas';
  210. $strDisabled = 'Izsl─ôgts';
  211. $strDisplayFeat = 'R─üd─½t iesp─ôjas';
  212. $strDisplayOrder = 'Att─ôlo┼íanas sec─½ba:';
  213. $strDisplayPDF = 'R─üd─½t PDF sh─ômu';
  214. $strDoAQuery = 'Izpild─½t "vaic─üjumu p─ôc parauga" (aizst─üj─ôjz─½me: "%")';
  215. $strDoYouReally = 'Vai J┼½s tie┼í─üm gribat ';
  216. $strDocu = 'Dokument─ücija';
  217. $strDrop = 'Likvid─ôt';
  218. $strDropDatabaseStrongWarning = 'J┼½s taisaties LIKVID─ÆT veselu datub─üzi!';
  219. $strDropUsersDb = 'Dz─ôst datub─üzes, kur─üm ir t─üdi pa┼íi v─ürdi, k─ü lietot─üjiem.';
  220. $strDumpSaved = 'Damps tika saglab─üts fail─ü %s.';
  221. $strDumpXRows = 'Saglab─üt %s rindas, s─ükot ar %s.';
  222. $strDumpingData = 'Dati tabulai';
  223. $strDynamic = 'dinamisks';
  224.  
  225. $strEdit = 'Labot';
  226. $strEditPDFPages = 'Labot PDF lapas';
  227. $strEditPrivileges = 'Main─½t privil─ô─úijas';
  228. $strEffective = 'Efekt─½vs';
  229. $strEmpty = 'Iztuk┼íot';
  230. $strEmptyResultSet = 'MySQL atgrieza tuk┼ío rezult─ütu (0 rindas).';
  231. $strEnabled = 'Iesl─ôgts';
  232. $strEncloseInTransaction = 'Iek─╝aut eksportu transakcij─ü';
  233. $strEnd = 'Beigas';
  234. $strEndCut = 'IZGRIEZT L─¬DZ ┼áAI VIETAI';
  235. $strEndRaw = 'RINDAS BEIGAS';
  236. $strEnglish = 'Ang─╝u';
  237. $strEnglishPrivileges = ' Piez─½me: MySQL privil─ô─úiju apz─½m─ôjumi tiek rakst─½ti ang─╝u valod─ü ';
  238. $strError = 'K─╝┼½da';
  239. $strEscapeWildcards = 'Aizst─üj─ôjz─½mes _ un % j─üaizsarg─ü ar \ priek┼í─ü, lai izmantotu t─üs burtiski';
  240. $strEstonian = 'Igau┼åu';
  241. $strExcelEdition = 'Excel redakcija';
  242. $strExcelOptions = 'Excel opcijas';
  243. $strExecuteBookmarked = 'Izpild─½t iegr─ümatoto vaic─üjumu';
  244. $strExplain = 'Izskaidrot SQL';
  245. $strExport = 'Eksports';
  246. $strExtendedInserts = 'Papla┼íin─ütas INSERT izteiksmes';
  247. $strExtra = 'Ekstras';
  248.  
  249. $strFailedAttempts = 'Neveiksm─½gi m─ô─úin─üjumi';
  250. $strField = 'Lauks';
  251. $strFieldHasBeenDropped = 'Lauks %s tika izdz─ôsts';
  252. $strFields = 'Lauki';
  253. $strFieldsEmpty = ' Lauku skaits ir nulle! ';
  254. $strFieldsEnclosedBy = 'Lauki iek─╝auti iek┼í';
  255. $strFieldsEscapedBy = 'Gl─übjo┼ía (escape) rakstz─½me ir';
  256. $strFieldsTerminatedBy = 'Lauki atdal─½ti ar';
  257. $strFileAlreadyExists = 'Fails %s jau eksist─ô uz servera. L┼½dzu nomainiet faila nosaukumu vai atz─½m─ôjiet failu p─ürrakst─½┼íanas opciju.';
  258. $strFileCouldNotBeRead = 'Nevar nolas─½t failu';
  259. $strFileNameTemplate = 'Faila nosaukuma ┼íablons';
  260. $strFileNameTemplateRemember = 'atcer─ôties ┼íablonu';
  261. $strFixed = 'fiks─ôts';
  262. $strFlushPrivilegesNote = 'Piez─½me: phpMyAdmin sa┼åem lietot─üju privil─ô─úijas pa taisno no MySQL privil─ô─úiju tabil─üm. ┼áo tabulu saturs var at┼í─╖irties no privil─ô─úij─üm, ko lieto serveris, ja tur tika veikti labojumi. ┼áaj─ü gad─½jum─ü ir nepiecie┼íams %sp─ürl─üd─ôt privil─ô─úijas%s pirms J┼½s turpin─üt.';
  263. $strFlushTable = 'Atsvaidzin─üt tabulu ("FLUSH")';
  264. $strFormEmpty = 'Form─ü tr┼½kst v─ôrt─½bu!';
  265. $strFormat = 'Formats';
  266. $strFullText = 'Pilni teksti';
  267. $strFunction = 'Funkcija';
  268.  
  269. $strGenBy = 'Uz─úener─ôja';
  270. $strGenTime = 'Izveido┼íanas laiks';
  271. $strGeneralRelationFeat = 'Galven─üs rel─üciju ─½pa┼í─½bas';
  272. $strGeorgian = 'Gruz─½nu';
  273. $strGerman = 'V─ücu';
  274. $strGlobal = 'glob─üls';
  275. $strGlobalPrivileges = 'Glob─ül─üs privil─ô─úijas';
  276. $strGlobalValue = 'Glob─ül─ü v─ôrt─½ba';
  277. $strGo = 'Aiziet!';
  278. $strGrantOption = 'Pie┼í─╖irt';
  279. $strGreek = 'Grie─╖u';
  280. $strGzip = 'Arhiv─ôts ar gzip';
  281.  
  282. $strHasBeenAltered = 'tika modific─ôta.';
  283. $strHasBeenCreated = 'tika izveidota.';
  284. $strHaveToShow = 'Izv─ôlieties vismaz vienu kolonnu att─ôlo┼íanai';
  285. $strHebrew = 'Ebreju';
  286. $strHexForBinary = 'Lietot heksadecim─ülo form─ütu bin─ürajiem laukiem';
  287. $strHome = 'S─ükumlapa';
  288. $strHomepageOfficial = 'Ofici─ül─ü phpMyAdmin m─üjaslapa';
  289. $strHost = 'Hosts';
  290. $strHostEmpty = 'Hosts nav nor─üd─½ts!';
  291. $strHungarian = 'Ung─üru';
  292.  
  293. $strIcelandic = 'Islandie┼íu';
  294. $strId = 'ID';
  295. $strIdxFulltext = 'Pilni teksti';
  296. $strIgnore = 'Ignor─ôt';
  297. $strIgnoreInserts = 'Lietot IGNORE INSERTS';
  298. $strIgnoringFile = 'Ignor─ôjam failu %s';
  299. $strImportDocSQL = 'Import─ôt docSQL failus';
  300. $strImportFiles = 'Import─ôt failus';
  301. $strInUse = 'lieto┼ían─ü';
  302. $strIndex = 'Indekss';
  303. $strIndexHasBeenDropped = 'Indekss %s tika izdz─ôsts';
  304. $strIndexName = 'Indeksa nosaukums :';
  305. $strIndexType = 'Indeksa tips :';
  306. $strIndexWarningMultiple = 'Vair─ük k─ü viena %s atsl─ôga tika izveidota kolonnai `%s`';
  307. $strIndexWarningPrimary = 'PRIMARY un INDEX atsl─ôgas nevar abas reiz─ô tikt uzliktas kolonnai `%s`';
  308. $strIndexWarningTable = 'Probl─ômas ar indeksiem tabul─ü `%s`';
  309. $strIndexWarningUnique = 'UNIQUE un INDEX atsl─ôgas nevar abas reiz─ô tikt uzliktas kolonnai `%s`';
  310. $strIndexes = 'Indeksi';
  311. $strInnodbStat = 'InnoDB statuss';
  312. $strInsecureMySQL = 'J┼½su konfigur─ücijas fails satur iest─üd─½jumus (lietot─üjs "root" bez paroles), kas atbilst noklus─ôtajam MySQL privili─ú─ôtajam lietot─üjam. J┼½su MySQL serveris str─üd─ü ar ┼ío noklus─ôto variantu, ir atv─ôrts uzbrukumiem, un Jums tie┼í─üm j─üaiztaisa ┼íis dro┼í─½bas caurums.';
  313. $strInsert = 'Pievienot';
  314. $strInsertAsNewRow = 'Ievietot k─ü jaunu rindu';
  315. $strInsertNewRow = 'Pievienot jaunu rindu';
  316. $strInsertedRowId = 'Ievietot─üs rindas id:';
  317. $strInsertedRows = 'Rindas pievienotas:';
  318. $strInternalNotNecessary = '* Iek┼í─ôj─ü rel─ücija nav nepiecie┼íama, kad t─ü eksist─ô ar─½ iek┼í InnoDB.';
  319. $strInternalRelations = 'Iek┼í─ôj─üs rel─ücijas';
  320.  
  321. $strJapanese = 'Jap─ü┼åu';
  322. $strJumpToDB = 'p─üriet pie datub─üzes "%s".';
  323. $strJustDelete = 'Dz─ôst lietot─üjus no privil─ô─úiju tabul─üm.';
  324. $strJustDeleteDescr = '"Dz─ôstie" lietot─üji saglab─ü sp─ôju piek─╝┼½t serverim k─ü parasti, l─½dz privil─ô─úijas tiek p─ürl─üd─ôtas.';
  325.  
  326. $strKeepPass = 'Nemain─½t paroli';
  327. $strKeyname = 'Atsl─ôgas nosaukums';
  328. $strKill = 'Nogalin─üt';
  329. $strKorean = 'Korejie┼íu';
  330.  
  331. $strLaTeX = 'LaTeX';
  332. $strLaTeXOptions = 'LaTeX opcijas';
  333. $strLandscape = 'Ainava';
  334. $strLatexCaption = 'Tabulas virsraksts';
  335. $strLatexContent = 'Tabulas __TABLE__ saturs';
  336. $strLatexContinued = '(turpin─üjums)';
  337. $strLatexContinuedCaption = 'Tabulas virsraksta turpin─üjums';
  338. $strLatexIncludeCaption = 'Iek─╝aut tabulas virsrakstu';
  339. $strLatexLabel = 'Eti─╖etes atsl─ôga';
  340. $strLatexStructure = 'Tabulas __TABLE__ strukt┼½ra';
  341. $strLatvian = 'Latvie┼íu';
  342. $strLengthSet = 'Garums/V─ôrt─½bas*';
  343. $strLimitNumRows = 'Rindu skaits vien─ü lap─ü';
  344. $strLinesTerminatedBy = 'Rindas atdal─½tas ar';
  345. $strLinkNotFound = 'Links nav atrasts';
  346. $strLinksTo = 'Linki uz';
  347. $strLithuanian = 'Lietuvie┼íu';
  348. $strLocalhost = 'Lok─üls';
  349. $strLocationTextfile = 'Teksta faila atra┼ían─üs vieta';
  350. $strLogPassword = 'Parole:';
  351. $strLogServer = 'Serveris';
  352. $strLogUsername = 'Lietot─üjv─ürds:';
  353. $strLogin = 'Ieiet';
  354. $strLoginInformation = 'Piek─╝uves inform─ücija';
  355. $strLogout = 'Iziet';
  356.  
  357. $strMIMETypesForTable = 'MIME TIPI TABULAI';
  358. $strMIME_MIMEtype = 'MIME tips';
  359. $strMIME_available_mime = 'Pieejamie MIME tipi';
  360. $strMIME_available_transform = 'Pieejam─üs transform─ücijas';
  361. $strMIME_description = 'Apraksts';
  362. $strMIME_nodescription = '┼áai transform─ücijai nav apraksta.<br />Jaut─üjiet autoram, ko %s dara.';
  363. $strMIME_transformation = 'P─ürl┼½kprogrammas transform─ücija';
  364. $strMIME_transformation_note = 'Lai ieg┼½tu pieejamo transform─üciju opcijas un to MIME tipu transform─ücijas, uzklik┼í─╖iniet uz %stransform─üciju apraksti%s';
  365. $strMIME_transformation_options = 'Transform─ücijas opcijas';
  366. $strMIME_transformation_options_note = 'L┼½dzu ievadiet transform─üciju opciju v─ôrt─½bas, lietojot ┼ío formatu: \'a\',\'b\',\'c\'...<br />Ja Jums j─ülieto atpaka─╝─ôj─ü sl─½psv─½tra ("\") vai vienk─ür┼í─ü p─ôdi┼åa ("\'") starp ┼í─½m v─ôrt─½b─üm, lieciet t─üs priek┼í─ü v─ôl vienu atpaka─╝─ôjo sl─½psv─½tru (piem─ôram \'\\\\xyz\' or \'a\\\'b\').';
  367. $strMIME_without = 'MIME tipiem, kas par─üd─½ti sl─½prakst─ü, nav atsevi┼í─╖as transform─ücijas funkcijas';
  368. $strMaximumSize = 'Maksim─ülais izm─ôrs: %s%s';
  369. $strModifications = 'Labojumi tika saglab─üti';
  370. $strModify = 'Labot';
  371. $strModifyIndexTopic = 'Labot indeksu';
  372. $strMoveTable = 'P─ürvietot tabulu uz (datub─üze<b>.</b>tabula):';
  373. $strMoveTableOK = 'Tabula %s tika p─ürvietota uz %s.';
  374. $strMoveTableSameNames = 'Nevar p─ürvietot tabulu uz vi┼åu pa┼íu!';
  375. $strMultilingual = 'daudzvalodu';
  376. $strMySQLCharset = 'MySQL kod─ôjums';
  377. $strMySQLConnectionCollation = 'MySQL konekcijas k─ürto┼íana';
  378. $strMySQLSaid = 'MySQL teica: ';
  379. $strMySQLShowProcess = 'Par─üd─½t procesus';
  380. $strMySQLShowStatus = 'Par─üd─½t MySQL izpildes laika inform─üciju';
  381. $strMySQLShowVars = 'Par─üd─½t MySQL sist─ômas main─½gos';
  382.  
  383. $strName = 'Nosaukums';
  384. $strNext = 'N─ükamie';
  385. $strNo = 'N─ô';
  386. $strNoActivity = 'Nebija aktivit─ütes vair─ük k─ü %s sekun┼╛u laik─ü, l┼½dzu autoriz─ôjieties v─ôlreiz';
  387. $strNoDatabases = 'Nav datub─üzu';
  388. $strNoDatabasesSelected = 'Datub─üze nav izv─ôl─ôta.';
  389. $strNoDescription = 'Bez apraksta';
  390. $strNoDropDatabases = '"DROP DATABASE" komanda ir aizliegta.';
  391. $strNoExplain = 'Neizskaidrot SQL';
  392. $strNoFrames = 'phpMyAdmin ir vair─ük draudz─½gs <b>freimu atbalsto┼í─üm</b> p─ürl┼½kprogramm─üm.';
  393. $strNoIndex = 'Nav defin─ôti indeksi!';
  394. $strNoIndexPartsDefined = 'Nav defin─ôto indeksa da─╝u!';
  395. $strNoModification = 'Netika labots';
  396. $strNoOptions = '┼áim form─ütam nav opciju';
  397. $strNoPassword = 'Nav paroles';
  398. $strNoPermission = 'Web serverim nav ties─½bu rakst─½t fail─ü %s.';
  399. $strNoPhp = 'Bez PHP koda';
  400. $strNoPrivileges = 'Nav privil─ô─úiju';
  401. $strNoRights = 'Jums nav pietieko┼íi ties─½bu, lai atrastos ┼íeit tagad!';
  402. $strNoRowsSelected = 'Rindas nav iez─½m─ôtas';
  403. $strNoSpace = 'Nepietiek vietas, lai saglab─ütu failu %s.';
  404. $strNoTablesFound = 'Tabulas nav atrastas ┼íaj─ü datub─üz─ô.';
  405. $strNoThemeSupport = 'Nav t─ômu atbalsta, l┼½dzu p─ürbaudiet j┼½su konfigur─üciju un/vai J┼½su t─ômas direktorij─ü %s.';
  406. $strNoUsersFound = 'Lietot─üji netika atrasti.';
  407. $strNoValidateSQL = 'Nep─ürbaud─½t SQL';
  408. $strNone = 'Nav';
  409. $strNotNumber = 'Tas nav numurs!';
  410. $strNotOK = 'nav OK';
  411. $strNotSet = 'Tabula <b>%s</b> nav atrasta vai nav atz─½meta iek┼í %s';
  412. $strNull = 'Nulle';
  413. $strNumSearchResultsInTable = '%s rezult─üti tabul─ü <i>%s</i>';
  414. $strNumSearchResultsTotal = '<b>Kopum─ü:</b> <i>%s</i> rezult─üti';
  415. $strNumTables = 'Tabulas';
  416.  
  417. $strOK = 'Labi';
  418. $strOperations = 'Darb─½bas';
  419. $strOperator = 'Operators';
  420. $strOptimizeTable = 'Optimiz─ôt tabulu';
  421. $strOr = 'Vai';
  422. $strOverhead = 'P─ürt─ôri┼å┼í';
  423. $strOverwriteExisting = 'P─ürrakst─½t eksist─ôjo┼íos failus';
  424.  
  425. $strPHP40203 = 'J┼½s lietojat PHP versiju 4.2.3, kurai ir nopietna k─╝┼½da daudzbaitu rindi┼åu funkcij─üs (mbstring). Skat─½t PHP bug report 19404. S─½ PHP versija nav rekomend─ôjama lieto┼íanai ar phpMyAdmin.';
  426. $strPHPVersion = 'PHP Versija';
  427. $strPageNumber = 'Lapas numurs:';
  428. $strPaperSize = 'Pap─½ra izm─ôrs';
  429. $strPartialText = 'Da─╝─ôji teksti';
  430. $strPassword = 'Parole';
  431. $strPasswordChanged = 'Lietot─üja %s parole tika veiksm─½gi main─½ta.';
  432. $strPasswordEmpty = 'Parole nav nor─üd─½ta!';
  433. $strPasswordHashing = 'Paroles jauk┼íana';
  434. $strPasswordNotSame = 'Paroles nesakr─½t!';
  435. $strPdfDbSchema = 'Datub─üzes "%s" sh─ôma, %s. lapa';
  436. $strPdfInvalidTblName = 'Tabula "%s" neeksist─ô!';
  437. $strPdfNoTables = 'Nav tabulu';
  438. $strPerHour = 'stund─ü';
  439. $strPerMinute = 'min┼½t─ô';
  440. $strPerSecond = 'sekund─ô';
  441. $strPersian = 'Persie┼íu';
  442. $strPhoneBook = 'telefonu gr─ümata';
  443. $strPhp = 'Izveidot PHP kodu';
  444. $strPmaDocumentation = 'phpMyAdmin dokument─ücija';
  445. $strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direkt─½vai ir J─ÇB┼¬T nodefin─ôtai J┼½su konfigur─ücijas fail─ü!';
  446. $strPolish = 'Po─╝u';
  447. $strPortrait = 'Portrets';
  448. $strPos1 = 'S─ükums';
  449. $strPrevious = 'Iepriek┼í─ôjie';
  450. $strPrimary = 'Prim─ür─ü';
  451. $strPrimaryKeyHasBeenDropped = 'Prim─ür─ü atsl─ôga tika izdz─ôsta';
  452. $strPrimaryKeyName = 'Prim─ür─üs atsl─ôgas nosaukumam j─üb┼½t... PRIMARY!';
  453. $strPrimaryKeyWarning = '("PRIMARY" <b>j─üb┼½t</b> tikai un <b>vien─½gi</b> prim─ür─üs atsl─ôgas indeksa nosaukumam!)';
  454. $strPrint = 'Druk─üt';
  455. $strPrintView = 'Izdrukas versija';
  456. $strPrintViewFull = 'Drukas skats (ar pilniem tekstiem)';
  457. $strPrivDescAllPrivileges = 'Iek─╝auj visas privil─ô─úijas, iz┼åemot GRANT.';
  458. $strPrivDescAlter = '─╗auj main─½t eso┼ío tabulu strukt┼½ru.';
  459. $strPrivDescCreateDb = '─╗auj veidot jaunas datub─üzes un tabulas.';
  460. $strPrivDescCreateTbl = '─╗auj veidot jaunas tabulas.';
  461. $strPrivDescCreateTmpTable = '─╗auj veidot pagaidu tabulas.';
  462. $strPrivDescDelete = '─╗auj dz─ôst datus.';
  463. $strPrivDescDropDb = '─╗auj dz─ôst datub─üzes un tabulas.';
  464. $strPrivDescDropTbl = '─╗auj dz─ôst tabulas.';
  465. $strPrivDescExecute = '─╗auj palaist saglab─üt─üs proced┼½ras; v─ôl nestr─üd─ü ┼íaj─ü MySQL versij─ü.';
  466. $strPrivDescFile = '─╗auj import─ôt/eksport─ôt datus no/uz failiem.';
  467. $strPrivDescGrant = '─╗auj pievienot lietot─üjus un privil─ô─úijas bez privil─ô─úiju tabulu p─ürl─üd─ô┼íanas.';
  468. $strPrivDescIndex = '─╗auj veidot un dz─ôst indeksus.';
  469. $strPrivDescInsert = '─╗auj ievietot un main─½t datus.';
  470. $strPrivDescLockTables = '─╗auj blo─╖─ôt tabulas teko┼íajai darb─½bai.';
  471. $strPrivDescMaxConnections = 'Ierobe┼╛o jauno konekciju skaitu, ko lietot─üjs var atv─ôrt stundas laik─ü.';
  472. $strPrivDescMaxQuestions = 'Ierobe┼╛o vaic─üjumu skaitu, ko lietot─üjs var mos┼½t─½t uz serveri stundas laik─ü.';
  473. $strPrivDescMaxUpdates = 'Ierobe┼╛o komandu skaitu, kas maina kas maina tabulas vai datub─üzes, ko lietot─üjs var izpild─½t stundas laik─ü.';
  474. $strPrivDescProcess3 = '─╗auj nogalin─üt citu lietot─üju procesus.';
  475. $strPrivDescProcess4 = '─╗auj apskat─½t piepras─½jumu un procesu sarakstus.';
  476. $strPrivDescReferences = 'Nedarbojas ┼íaj─ü MySQL versij─ü.';
  477. $strPrivDescReload = '─╗auj prl─üd─ôt servera iest─üd─½jumus un iztuk┼íot servera ke┼íu.';
  478. $strPrivDescReplClient = 'Dod lietot─üjam ties─½bas jaut─üt, kur ir replik─ücijas ori─úin─üli / kopijas.';
  479. $strPrivDescReplSlave = 'Nepiecie┼íams replik─üciju kopij─üm.';
  480. $strPrivDescSelect = '─╗auj las─½t datus.';
  481. $strPrivDescShowDb = 'Dod pieeju pilnam datub─üzu sarakstam.';
  482. $strPrivDescShutdown = '─╗auj apst─üdin─üt serveri.';
  483. $strPrivDescSuper = '─╗auj piesl─ôgties pat tad, ja ir sasniegts maksim─ülais konekciju skaits; Nepiecie┼íams vairumam administrat─½vo oper─üciju, k─ü glob─ülo main─½go mai┼åa vai citu lietot─üju procesu nogalin─ü┼íana.';
  484. $strPrivDescUpdate = '─╗auj main─½t datus.';
  485. $strPrivDescUsage = 'Nav privil─ô─úiju.';
  486. $strPrivileges = 'Privil─ô─úijas';
  487. $strPrivilegesReloaded = 'Privil─ô─úijas tika veiksm─½gi p─ürl─üd─ôtas.';
  488. $strProcesslist = 'Procesu saraksts';
  489. $strPutColNames = 'Likt kolonnu nosaukumus pirmaj─ü rind─ü';
  490.  
  491. $strQBE = 'Vaic─üjums p─ôc parauga';
  492. $strQBEDel = 'Dz─ôst';
  493. $strQBEIns = 'Ielikt';
  494. $strQueryFrame = 'Vaic─üjuma logs';
  495. $strQueryOnDb = 'SQL vaic─üjums uz datub─üzes <b>%s</b>:';
  496. $strQuerySQLHistory = 'SQL v─ôsture';
  497. $strQueryStatistics = '<b>Piepras─½jumu statistika</b>: %s piepras─½jumi tika nos┼½t─½ti uz serveri kop┼í t─ü palai┼ían─üs br─½┼╛a.';
  498. $strQueryTime = 'Vaic─üjums ilga %01.4f s';
  499. $strQueryType = 'Vaic─üjuma tips';
  500. $strQueryWindowLock = 'Nep─ürrakst─½t ┼ío vaic─üjumu ─ürpus ┼í─½ loga';
  501.  
  502. $strReType = 'Atk─ürtojiet';
  503. $strReceived = 'Sa┼åemts';
  504. $strRecords = 'Ieraksti';
  505. $strReferentialIntegrity = 'P─ürbaud─½t referenci─ülo integrit─üti:';
  506. $strRefresh = 'Atjaunot';
  507. $strRelationNotWorking = 'Papildiesp─ôjas darbam ar saist─½t─üm tabul─üm tika izsl─ôgtas. Lai uzzin─ütu k─üp─ôc, klik┼íkiniet %s┼íeit%s.';
  508. $strRelationView = 'Rel─üciju p─ürskats';
  509. $strRelationalSchema = 'Rel─üciju sh─ôma';
  510. $strRelations = 'Rel─ücijas';
  511. $strRelationsForTable = 'REL─ÇCIJAS TABULAI';
  512. $strReloadMySQL = 'P─ürl─üd─ôt MySQL serveri';
  513. $strReloadingThePrivileges = 'P─ürl─üd─ôjam privil─ô─úijas';
  514. $strRemoveSelectedUsers = 'Dz─ôst izv─ôl─ôtos lietot─üjus';
  515. $strRenameDatabaseOK = 'Datub─üze %s tika p─ürsaukta par %s';
  516. $strRenameTable = 'P─ürsaukt tabulu uz';
  517. $strRenameTableOK = 'Tabula %s tika p─ürsaukta par %s';
  518. $strRepairTable = 'Restaur─ôt tabulu';
  519. $strReplaceNULLBy = 'Aizvietot NULL ar';
  520. $strReplaceTable = 'Aizvietot tabulas datus ar datiem no faila';
  521. $strReset = 'Atcelt';
  522. $strResourceLimits = 'Resursu ierobe┼╛ojumi';
  523. $strRevoke = 'Atsaukt';
  524. $strRevokeAndDelete = 'At┼åemt visas akt─½v─üs privil─ô─úijas lietot─üjiem, un p─ôc tam dz─ôst tos.';
  525. $strRevokeAndDeleteDescr = 'Lietot─üji saglab─ü iespeju lietot datub─üzes, l─½dz privil─ô─úijas tiek p─ürl─üd─ôtas.';
  526. $strRevokeMessage = 'J┼½s at┼å─ôm─üt privil─ôgijas lietot─üjam %s';
  527. $strRomanian = 'Rum─ü┼åu';
  528. $strRowLength = 'Rindas garums';
  529. $strRowSize = ' Rindas izm─ôrs ';
  530. $strRows = 'Rindas';
  531. $strRowsFrom = 'rindas s─ükot no';
  532. $strRowsModeFlippedHorizontal = 'horizont─ül─ü (pagriezti virsraksti)';
  533. $strRowsModeHorizontal = 'horizont─ül─ü';
  534. $strRowsModeOptions = '%s skat─ü un atk─ürtot virsrakstus ik p─ôc %s rind─üm';
  535. $strRowsModeVertical = 'vertik─ül─ü';
  536. $strRowsStatistic = 'Rindas statistika';
  537. $strRunQuery = 'Izpild─½t vaic─üjumu';
  538. $strRunSQLQuery = 'Izpild─½t SQL vaic─üjumu(s) uz datub─üzes %s';
  539. $strRunning = 'atrodas uz %s';
  540. $strRussian = 'Krievu';
  541.  
  542. $strSQL = 'SQL';
  543. $strSQLExportType = 'Eksporta veids';
  544. $strSQLOptions = 'SQL opcijas';
  545. $strSQLParserBugMessage = 'Iesp─ôjams, ka J┼½s esat atradu┼íi k─╝┼½du SQL interpretator─ü. L┼½dzu apskatiet J┼½su vaic─üjumu cit─½g─ük, un p─ürbaudiet, ka p─ôdi┼åas ir pareizas un nav sajauktas. Cits k─╝┼½das iemesls var b┼½t tas, ka J┼½s ats┼½t─½j─üt failu ar bin─üro v─ôrt─½bu ─ürpus p─ôdi┼å─üs iek─╝aut─ü teksta lauka. J┼½s varat ar─½ izm─ô─úin─üt savu vaic─üjumu MySQL komandrindas interfeis─ü. MySQL servera k─╝┼½das pazi┼åojums zem─ük, ja t─üds ir, var ar─½ pal─½dz─ôt Jums diagnostic─ôt probl─ômu. Ja probl─ôma paliek, vai ar─½ iek┼í phpMyAdmin k─╝┼½da ir, bet komandrind─ü nav, l┼½dzu samaziniet J┼½su SQL vaic─üjumu l─½dz vienk─ür┼íam vaic─üjumam kas izsauc probl─ômas, un ats┼½tiet mums zi┼åojumu par k─╝┼½du, iek─╝aujot taj─ü datus no IZGRIEZT sekcijas zem─ük:';
  546. $strSQLParserUserError = 'Izkat─üs, ka J┼½su SQL vaicajum─ü ir k─╝┼½da. MySQL servera k─╝┼½das pazinojums zem─ük, ja t─üds ir, var ar─½ pal─½dzet Jums diagnostic─ôt probl─ômu.';
  547. $strSQLQuery = 'SQL vaic─üjums';
  548. $strSQLResult = 'SQL rezult─üts';
  549. $strSQPBugInvalidIdentifer = 'Neder─½gs identifikators';
  550. $strSQPBugUnclosedQuote = 'Neaizv─ôrtas p─ôdi┼åas';
  551. $strSQPBugUnknownPunctuation = 'Nezin─üm─ü punktu─ücijas z─½me';
  552. $strSave = 'Saglab─üt';
  553. $strSaveOnServer = 'Saglab─üt uz servera direktorij─ü %s';
  554. $strScaleFactorSmall = 'M─ôrogo┼íanas faktors ir p─ür─ük mazs, lai sh─ôma ietilptu vien─ü lap─ü';
  555. $strSearch = 'Mekl─ôt';
  556. $strSearchFormTitle = 'Mekl─ôt datub─üz─ô';
  557. $strSearchInTables = 'Tabul─ü(s):';
  558. $strSearchNeedle = 'V─ürdi vai v─ôrt─½bas mekl─ô┼íanai (aizst─üj─ôjz─½me: "%"):';
  559. $strSearchOption1 = 'kaut viens no v─ürdiem';
  560. $strSearchOption2 = 'visi v─ürdi';
  561. $strSearchOption3 = 'prec─½za fr─üze';
  562. $strSearchOption4 = 'k─ü regul─ür─ü izteiksme';
  563. $strSearchResultsFor = 'Mekl─ô┼íanas rezult─üti "<i>%s</i>" %s:';
  564. $strSearchType = 'Atrast:';
  565. $strSecretRequired = 'Konfigur─ücijas fails tagad prasa slepeno paroli (blowfish_secret).';
  566. $strSelectADb = 'L┼½dzu izv─ôlieties datub─üzi';
  567. $strSelectAll = 'Iez─½m─ôt visu';
  568. $strSelectBinaryLog = 'Izv─ôlieties bin─üro log-failu apskatei';
  569. $strSelectFields = 'Izv─ôlieties laukus (kaut vienu):';
  570. $strSelectNumRows = 'vaic─üjum─ü';
  571. $strSelectTables = 'Izv─ôlieties tabulas';
  572. $strSend = 'Saglab─üt k─ü failu';
  573. $strSent = 'Nos┼½t─½ts';
  574. $strServer = 'Serveris';
  575. $strServerChoice = 'Servera izv─ôle';
  576. $strServerNotResponding = 'Serveris neatbild';
  577. $strServerStatus = 'Izpildes laika inform─ücija';
  578. $strServerStatusUptime = '┼áis MySQL serveris str─üd─ü %s. Tas tika palaists %s.';
  579. $strServerTabProcesslist = 'Procesi';
  580. $strServerTabVariables = 'Main─½gie';
  581. $strServerTrafficNotes = '<b>Servera trafiks</b>: ┼á─½s tabulas par─üda ┼í─½ MySQL servera t─½kla trafika statistiku kop┼í t─ü palai┼íanas.';
  582. $strServerVars = 'Servera main─½gie un konfigur─ücija';
  583. $strServerVersion = 'Servera versija';
  584. $strSessionValue = 'Sesijas v─ôrt─½ba';
  585. $strSetEnumVal = 'Ja lauka tips ir "enum" vai "set", l┼½dzu ievadiet v─ôrt─½bas atbilsto┼íi ┼íim formatam: \'a\',\'b\',\'c\'...<br />Ja Jums vajag ielikt atpaka─╝─ôjo sl─½psv─½tru (\) vai vienk─ür┼ío p─ôdi┼åu (\') k─üd─ü no ┼í─½m v─ôrt─½b─üm, lieciet t─üs priek┼í─ü atpaka─╝─ôjo sl─½psv─½tru (piem─ôram, \'\\\\xyz\' vai \'a\\\'b\').';
  586. $strShow = 'R─üd─½t';
  587. $strShowAll = 'R─üd─½t visu';
  588. $strShowColor = 'R─üd─½t kr─üsas';
  589. $strShowDatadictAs = 'Datu v─ürdn─½cas formats';
  590. $strShowFullQueries = 'R─üd─½t pilnos vaic─üjumus';
  591. $strShowGrid = 'R─üd─½t re┼╛─úi';
  592. $strShowPHPInfo = 'Par─üd─½t PHP inform─üciju';
  593. $strShowTableDimension = 'R─üdit tabulu izm─ôrus';
  594. $strShowTables = 'R─üd─½t tabulas';
  595. $strShowThisQuery = ' R─üd─½t ┼ío vaic─üjumu ┼íeit atkal ';
  596. $strShowingRecords = 'Par─üdu rindas';
  597. $strSimplifiedChinese = 'Vienk─ür┼íota ─╖─½nie┼íu';
  598. $strSingly = '(atsevi┼í─╖i)';
  599. $strSize = 'Izm─ôrs';
  600. $strSlovak = 'Slov─üku';
  601. $strSlovenian = 'Slov─ô┼åu';
  602. $strSort = 'K─ürto┼íana';
  603. $strSortByKey = 'K─ürtot p─ôc atsl─ôgas';
  604. $strSpaceUsage = 'Diska vietas lieto┼íana';
  605. $strSpanish = 'Sp─ü┼åu';
  606. $strSplitWordsWithSpace = 'V─ürdi ir atdal─½ti ar tuk┼íumu (" ").';
  607. $strStatCheckTime = 'P─ôd─ôj─ü p─ürbaude';
  608. $strStatCreateTime = 'Izveido┼íana';
  609. $strStatUpdateTime = 'P─ôd─ôj─ü atjauno┼íana';
  610. $strStatement = 'Parametrs';
  611. $strStatus = 'Statuss';
  612. $strStrucCSV = 'CSV dati';
  613. $strStrucData = 'Strukt┼½ra un dati';
  614. $strStrucDrop = 'Pievienot tabulu dz─ô┼íanas komandas';
  615. $strStrucExcelCSV = 'CSV dati MS Excel form─üt─ü';
  616. $strStrucNativeExcel = 'Dati MS Excel format─ü';
  617. $strStrucOnly = 'Tikai strukt┼½ra';
  618. $strStructPropose = 'Ieteikt tabulas srukt┼½ru';
  619. $strStructure = 'Strukt┼½ra';
  620. $strSubmit = 'Nos┼½t─½t';
  621. $strSuccess = 'J┼½su SQL vaic─üjums tika veiksm─½gi izpild─½ts';
  622. $strSum = 'Kopum─ü';
  623. $strSwedish = 'Zviedru';
  624. $strSwitchToDatabase = 'P─ürsl─ôgties uz nokop─ôto datub─üzi';
  625. $strSwitchToTable = 'P─ürsl─ôgties uz nokop─ôto tabulu';
  626.  
  627. $strTable = 'Tabula';
  628. $strTableComments = 'Koment─ürs tabulai';
  629. $strTableEmpty = 'Tabulas nosaukums nav nor─üd─½ts!';
  630. $strTableHasBeenDropped = 'Tabula %s tika izdz─ôsta';
  631. $strTableHasBeenEmptied = 'Tabula %s tika iztuk┼íota';
  632. $strTableHasBeenFlushed = 'Tabula %s tika atsvaidzin─üta';
  633. $strTableMaintenance = 'Tabulas apkalpo┼íana';
  634. $strTableOfContents = 'Satura r─üd─½t─üjs';
  635. $strTableOptions = 'Tabulas opcijas';
  636. $strTableStructure = 'Tabulas strukt┼½ra tabulai';
  637. $strTableType = 'Tabulas tips';
  638. $strTables = '%s tabula(s)';
  639. $strTakeIt = 'izmantot ┼ío stilu';
  640. $strTblPrivileges = 'Tabulu specifisk─üs privil─ô─úijas';
  641. $strTextAreaLength = ' Sava garuma d─ô─╝,<br /> ┼íis lauks var b┼½t neredi─ú─ôjams ';
  642. $strThai = 'Taizemie┼íu';
  643. $strTheme = 'T─ôma / Stils';
  644. $strThisHost = '┼áis hosts';
  645. $strThisNotDirectory = 'T─ü nebija direktorija';
  646. $strThreadSuccessfullyKilled = 'Process %s tika veiksm─½gi nogalin─üts.';
  647. $strTime = 'Laiks';
  648. $strToggleScratchboard = 'par─üd─½t/nosl─ôpt piez─½mju tafeli';
  649. $strTotal = 'kop─ü';
  650. $strTotalUC = 'Kop─ü';
  651. $strTraditionalChinese = 'Tradicion─üla ─╖─½nie┼íu';
  652. $strTraditionalSpanish = 'Tradicion─ül─ü sp─ü┼åu';
  653. $strTraffic = 'Datu apmai┼åa';
  654. $strTransformation_application_octetstream__download = 'R─üd─½t saiti uz lauka bin─üro datu lejupl─üdi. Pirm─ü opcija ir bin─ür─ü faila nosaukums. Otr─ü opcija ir iesp─ôjamais lauka nosaukums tabulas rind─ü, kas satur faula nosaukumu. Ja izmantojat otro opciju, pirmo atst─üjiet tuk┼ío.';
  655. $strTransformation_image_jpeg__inline = 'Par─üda klik┼í─╖in─ümo s─½kt─ôlu; opcijas: platums, augstums pikse─╝os (saglab─üjot ori─úin─ül─üs proporcijas)';
  656. $strTransformation_image_jpeg__link = 'Par─üda linku uz ┼ío att─ôlu (tie┼ía blob lauka lajupl─üde).';
  657. $strTransformation_image_png__inline = 'Skat─½ties image/jpeg: k─ü ierindotu att─ôlu';
  658. $strTransformation_text_plain__dateformat = '┼àem TIME, TIMESTAMP vai DATETIME lauku, un format─ô to izmantojot J┼½su lok─ülo datuma formatu. Pirm─ü opcija ir nob─½de (stund─üs), kas tiks pievienota timestamp laukam (noklus─ôt─ü: 0). Otr─ü opcija ir datuma formats, saska┼å─ü ar PHP finkcijas strftime() parametriem.';
  659. $strTransformation_text_plain__external = 'Tikai LINUX: Palai┼╛ ─ür─ôjo aplik─üciju un padod lauka datus t─üs standartievad─ü. Atgrie┼╛ aplik─ücijas standartizvadi. Noklus─ôjums ir Tidy, kas izskaistina HTML kodu. Dro┼í─½bas apsv─ôrumu d─ô─╝, nepiecie┼íams manu─üli redi─ú─ôt failu libraries/transformations/text_plain__external.inc.php un ielikt r─½kus, kurus J┼½s at─╝aujat palaist. Pirm─ü opcija ir programmas numurs, ko J┼½s v─ôlaties lietot, otr─ü opcija ir parametri ┼íai programmai. Tre┼í─ü opcija, ja ir vien─üda ar 1, konvert─ô izvadi, izmantojot htmlspecialchars() (noklus─ôjums ir 1). Ceturtais parametrs, ja vien─üds ar 1, liek NOWRAP parametru satura ┼í┼½nai, t─ü k─ü izvade tiks att─ôlota bez p─ürformat─ô┼íanas. (noklus─ôjums ir 1)';
  660. $strTransformation_text_plain__formatted = 'Saglab─ü lauka ori─úin─ülo format─ôjumu. Speci─ülo rakstz─½mju pasarg─ü┼íana netiek veikta.';
  661. $strTransformation_text_plain__imagelink = 'Par─üda att─ôlu un linku, lauks satur faila nosauumu; pirm─ü opcija ir prefikss, piem─ôram, "http://domens.lv/", otr─ü opcija ir platums pikse─╝os, tre┼í─ü ir augstums.';
  662. $strTransformation_text_plain__link = 'Par─üda att─ôlu un linku, lauks satur faila nosauumu; pirm─ü opcija ir prefikss, piem─ôram, "http://domens.lv/", otr─ü opcija ir linka nosaukums.';
  663. $strTransformation_text_plain__substr = 'Par─üda tikai virknes da─╝u. Pirm─ü opcija ir nob─½de, kas nosaka, kur J┼½su teksts s─ükas (noklus─ôjums 0). Otr─ü opcija ir atgrie┼╛am─ü teksta garums. Ja tuk┼ía, atgrie┼╛ visu atliku┼ío tekstu. Tre┼í─ü opcija nosaka rakstz─½mes, kas tiks pievienotas apgriezt─üs virknes gal─ü (noklus─ôjums: ...) .';
  664. $strTruncateQueries = 'Ierobe┼╛ot par─üd─½to vaic─üjumu garumu';
  665. $strTurkish = 'Turku';
  666. $strType = 'Tips';
  667.  
  668. $strUkrainian = 'Ukrai┼åu';
  669. $strUncheckAll = 'Neiez─½m─ôt neko';
  670. $strUnicode = 'Unikods';
  671. $strUnique = 'Unik─ülais';
  672. $strUnknown = 'nazin─üma';
  673. $strUnselectAll = 'Neiez─½m─ôt neko';
  674. $strUpdComTab = 'L┼½dzu skatieties dokument─üciju par to, k─ü atjaunot \'Column_comments\' tabulu';
  675. $strUpdatePrivMessage = 'J┼½s modific─ôj─üt privil─ô─úijas objektam %s.';
  676. $strUpdateProfileMessage = 'Profils tika modific─ôts.';
  677. $strUpdateQuery = 'Atjaunot vaic─üjumu';
  678. $strUpgrade = 'Jums ir j─üuzliek %s %s vai jaun─üks.';
  679. $strUsage = 'Aiz┼åem';
  680. $strUseBackquotes = 'Lietot apostrofa simbolu [`] tabulu un lauku nosaukumiem';
  681. $strUseHostTable = 'Lietot hostu tabulu';
  682. $strUseTabKey = 'Lietojiet TAB tausti┼åu, lai p─ürvietotos no v─ôrt─½bas l─½dz v─ôrt─½bai, vai CTRL+bulti┼åas, lai p─ürvietotos jebkur─ü viet─ü';
  683. $strUseTables = 'Lietot tabulas';
  684. $strUseTextField = 'Lietot teksta lauku';
  685. $strUseThisValue = 'Lietot ┼ío v─ôrt─½bu';
  686. $strUser = 'Lietot─üjs';
  687. $strUserAlreadyExists = 'Lietot─üjs %s jau eksist─ô!';
  688. $strUserEmpty = 'Lietot─üja v─ürds nav nor─üd─½ts!';
  689. $strUserName = 'Lietot─üjv─ürds';
  690. $strUserNotFound = 'Izv─ôl─ôtais lietot─üjs nav atrasts privil─ô─úiju tabul─ü.';
  691. $strUserOverview = 'Lietot─üju p─ürskats';
  692. $strUsersDeleted = 'Izv─ôl─ôtie lietot─üji tika veiksm─½gi dz─ôsti.';
  693. $strUsersHavingAccessToDb = 'Lietot─üji, kam ir pieja datub─üzei "%s"';
  694.  
  695. $strValidateSQL = 'P─ürbaud─½t SQL';
  696. $strValidatorError = 'Nevar inicializ─ôt SQL p─ürbaud─½t─üju. L┼½dzu p─ürbaudiet, vai esat uzinstal─ôju┼íi nepiecie┼íamos PHP papla┼íin─üjumus, k─ü aprakst─½ts %sdokument─ücij─ü%s.';
  697. $strValue = 'V─ôrt─½ba';
  698. $strVar = 'Main─½gais';
  699. $strViewDump = 'Apskat─½t tabulas dampu (sh─ômu)';
  700. $strViewDumpDB = 'Apskat─½t datub─üzes dampu (sh─ômu)';
  701. $strViewDumpDatabases = 'Apskat─½t datub─üzu dampu (sh─ômu)';
  702.  
  703. $strWebServerUploadDirectory = 'web servera aug┼íupiel─üdes direktorija';
  704. $strWebServerUploadDirectoryError = 'Direktoija, kuru nor─üdij─üt aug┼íupiel─üdei, nav pieejama';
  705. $strWelcome = 'Laipni l┼½gti %s';
  706. $strWestEuropean = 'Rietumeiropas';
  707. $strWildcard = 'aizst─üj─ôjz─½me';
  708. $strWindowNotFound = 'Neizdev─üs atjaunot galveno p─ürl┼½kprogramas logu. Varb┼½t esat vi┼åu aizv─ôru┼íi, vai ar─½ J┼½su p─ürl┼½kprogramma blo─╖e starplogu saskarsmi J┼½su dro┼í─½bas iest─üd─½jumu d─ô─╝.';
  709. $strWithChecked = 'Ar iez─½m─ôto:';
  710. $strWritingCommentNotPossible = 'Koment─üra rakst─½┼íana nav iesp─ôjama';
  711. $strWritingRelationNotPossible = 'Rel─ücijas rakst─½┼íana nav iesp─ôjama';
  712. $strWrongUser = 'K─╝┼½dains lietot─üjv─ürds/parole. Pieeja aizliegta.';
  713.  
  714. $strXML = 'XML';
  715.  
  716. $strYes = 'J─ü';
  717.  
  718. $strZeroRemovesTheLimit = 'Piez─½me: ┼áo opciju uzst─üd─½┼íana uz 0 (nulli) atce─╝ ierobe┼╛ojumus.';
  719. $strZip = 'Arhiv─ôts ar zip';
  720.  
  721. // To translate:
  722. $strAfterInsertNext = 'Edit next row';  //to translate
  723.  
  724. $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.';  //to translate
  725. $strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!';  //to translate
  726.  
  727. $strSQLExportCompatibility = 'SQL export compatibility';  //to translate
  728.  
  729. $strView = 'View';  //to translate
  730. $strViewHasBeenDropped = 'View %s has been dropped';  //to translate
  731. $strEngines = 'Engines';  //to translate
  732. $strStorageEngines = 'Storage Engines';  //to translate
  733. $strStorageEngine = 'Storage Engine';  //to translate
  734. $strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.';  //to translate
  735. $strDefaultEngine = '%s is the default storage engine on this MySQL server.';  //to translate
  736. $strEngineAvailable = '%s is available on this MySQL server.';  //to translate
  737. $strEngineUnsupported = 'This MySQL server does not support the %s storage engine.';  //to translate
  738. $strEngineDisabled = '%s has been disabled for this MySQL server.';  //to translate
  739. $strMyISAMSortBufferSize = 'Sort buffer size';  //to translate
  740. $strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.';  //to translate
  741. $strMyISAMDataPointerSize = 'Data pointer size';  //to translate
  742. $strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.';  //to translate
  743. $strMyISAMRecoverOptions = 'Automatic recovery mode';  //to translate
  744. $strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.';  //to translate
  745. $strMyISAMRepairThreads = 'Repair threads';  //to translate
  746. $strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.';  //to translate
  747. $strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files';  //to translate
  748. $strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).';  //to translate
  749. $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation';  //to translate
  750. $strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.';  //to translate
  751. $strLongOperation = 'This operation could be long. Proceed anyway?';  //to translate
  752. $strVersionInformation = 'Version information';  //to translate
  753. $strInnoDBDataHomeDir = 'Data home directory';  //to translate
  754. $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';  //to translate
  755. $strInnoDBDataFilePath = 'Data files';  //to translate
  756. $strInnoDBAutoextendIncrement = 'Autoextend increment';  //to translate
  757. $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.';  //to translate
  758. $strBufferPool = 'Buffer Pool';  //to translate
  759. $strBufferPoolUsage = 'Buffer Pool Usage';  //to translate
  760. $strDataPages = 'Pages containing data';  //to translate
  761. $strFreePages = 'Free pages';  //to translate
  762. $strBusyPages = 'Busy pages';  //to translate
  763. $strDirtyPages = 'Dirty pages';  //to translate
  764. $strPagesToBeFlushed = 'Pages to be flushed';  //to translate
  765. $strLatchedPages = 'Latched pages';  //to translate
  766. $strBufferPoolActivity = 'Buffer Pool Activity';  //to translate
  767. $strReadRequests = 'Read requests';  //to translate
  768. $strWriteRequests = 'Write requests';  //to translate
  769. $strBufferReadMisses = 'Read misses';  //to translate
  770. $strBufferReadMissesInPercent = 'Read misses in %';  //to translate
  771. $strBufferWriteWaits = 'Write waits';  //to translate
  772. $strBufferWriteWaitsInPercent = 'Write waits in %';  //to translate
  773. $strHTMLExcel = 'Microsoft Excel 2000';  //to translate
  774. $strHTMLExcelOptions = 'Microsoft Excel 2000 export options';  //to translate
  775. $strHTMLWord = 'Microsoft Word 2000';  //to translate
  776. $strHTMLWordOptions = 'Microsoft Word 2000 export options';  //to translate
  777. $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.';  //to translate
  778. $strInnoDBBufferPoolSize = 'Buffer pool size';  //to translate
  779. $strInnoDBPages = 'pages';  //to translate
  780. $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)';  //to translate
  781. $strPrivDescCreateView = 'Allows creating new views.';  //to translate
  782. $strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.';  //to translate
  783. $strPrivDescCreateRoutine = 'Allows creating stored routines.';  //to translate
  784. $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.';  //to translate
  785. $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.';  //to translate
  786. $strPrivDescExecute5 = 'Allows executing stored routines.';  //to translate
  787. $strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying';  //to translate
  788. $strGeneratePassword = 'Generate Password';  //to translate
  789. $strGenerate = 'Generate';  //to translate
  790. $strCopy = 'Copy';  //to translate
  791. $strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.';  //to translate
  792. $strInvalidFieldCount = 'Table must have at least one field.';  //to translate
  793. $strInvalidRowNumber = '%d is not valid row number.';  //to translate
  794. $strInvalidColumnCount = 'Column count has to be larger than zero.';  //to translate
  795. $strInvalidFieldAddCount = 'You have to add at least one field.';  //to translate
  796. $strAndThen = 'and then';  //to translate
  797. $strInvalidAuthMethod = 'Invalid authentication method set in configuration:';  //to translate
  798. $strRunSQLQueryOnServer = 'Run SQL query/queries on server %s';  //to translate
  799. $strCSV = 'CSV';  //to translate
  800. $strImport = 'Import';  //to translate
  801. $strImportFormat = 'Format of imported file';  //to translate
  802. $strFileToImport = 'File to import';  //to translate
  803. $strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s';  //to translate
  804. $strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!';  //to translate
  805. $strCSVImportOptions = 'CSV options';  //to translate
  806. $strPartialImport = 'Partial import';  //to translate
  807. $strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.';  //to translate
  808. $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.';  //to translate
  809. $strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.';  //to translate
  810. $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.';  //to translate
  811. $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.';  //to translate
  812. $strNothingToImport = 'You didn\'t enter any data to import!';  //to translate
  813. $strIgnoreDuplicates = 'Ignore duplicate rows';  //to translate
  814. $strSkipQueries = 'Number of records(queries) to skip from start';  //to translate
  815. $strInvalidColumn = 'Invalid column (%s) specified!';  //to translate
  816. $strNoFilesFoundInZip = 'No files found inside ZIP archive!';  //to translate
  817. $strErrorInZipFile = 'Error in ZIP archive:';  //to translate
  818. $strFlushQueryCache = 'Flush query cache';  //to translate
  819. $strFlushTables = 'Flush (close) all tables';  //to translate
  820. $strHandler = 'Handler';  //to translate
  821. $strJoins = 'Joins';  //to translate
  822. $strKeyCache = 'Key cache';  //to translate
  823. $strMaxConnects = 'max. concurrent connections';  //to translate
  824. $strQueryCache = 'Query cache';  //to translate
  825. $strReplication = 'Replication';  //to translate
  826. $strServerStatusDelayedInserts = 'Delayed inserts';  //to translate
  827. $strShowOpenTables = 'Show open tables';  //to translate
  828. $strShowSlaveHosts = 'Show slave hosts';  //to translate
  829. $strShowSlaveStatus = 'Show slave status';  //to translate
  830. $strShowStatusReset = 'Reset';  //to translate
  831. $strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.';  //to translate
  832. $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.';  //to translate
  833. $strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size  value to cause temporary tables to be memory-based instead of disk-based.';  //to translate
  834. $strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.';  //to translate
  835. $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.';  //to translate
  836. $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).';  //to translate
  837. $strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.';  //to translate
  838. $strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.';  //to translate
  839. $strShowStatusFlush_commandsDescr  = 'The number of executed FLUSH statements.';  //to translate
  840. $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.';  //to translate
  841. $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.';  //to translate
  842. $strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.';  //to translate
  843. $strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.';  //to translate
  844. $strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.';  //to translate
  845. $strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.';  //to translate
  846. $strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.';  //to translate
  847. $strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.';  //to translate
  848. $strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.';  //to translate
  849. $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.';  //to translate
  850. $strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.';  //to translate
  851. $strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.';  //to translate
  852. $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).';  //to translate
  853. $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.';  //to translate
  854. $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.';  //to translate
  855. $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.';  //to translate
  856. $strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.';  //to translate
  857. $strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';  //to translate
  858. $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.';  //to translate
  859. $strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.';  //to translate
  860. $strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.';  //to translate
  861. $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.';  //to translate
  862. $strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.';  //to translate
  863. $strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.';  //to translate
  864. $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.';  //to translate
  865. $strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.';  //to translate
  866. $strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.';  //to translate
  867. $strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.';  //to translate
  868. $strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.';  //to translate
  869. $strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.';  //to translate
  870. $strShowStatusInnodb_data_readsDescr = 'The total number of data reads.';  //to translate
  871. $strShowStatusInnodb_data_writesDescr = 'The total number of data writes.';  //to translate
  872. $strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.';  //to translate
  873. $strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.';  //to translate
  874. $strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.';  //to translate
  875. $strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.';  //to translate
  876. $strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.';  //to translate
  877. $strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.';  //to translate
  878. $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.';  //to translate
  879. $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.';  //to translate
  880. $strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.';  //to translate
  881. $strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.';  //to translate
  882. $strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.';  //to translate
  883. $strShowStatusInnodb_pages_createdDescr = 'The number of pages created.';  //to translate
  884. $strShowStatusInnodb_pages_readDescr = 'The number of pages read.';  //to translate
  885. $strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.';  //to translate
  886. $strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.';  //to translate
  887. $strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.';  //to translate
  888. $strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.';  //to translate
  889. $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.';  //to translate
  890. $strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.';  //to translate
  891. $strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.';  //to translate
  892. $strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.';  //to translate
  893. $strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.';  //to translate
  894. $strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.';  //to translate
  895. $strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.';  //to translate
  896. $strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.';  //to translate
  897. $strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.';  //to translate
  898. $strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.';  //to translate
  899. $strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.';  //to translate
  900. $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.';  //to translate
  901. $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.';  //to translate
  902. $strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.';  //to translate
  903. $strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.';  //to translate
  904. $strShowStatusOpen_filesDescr = 'The number of files that are open.';  //to translate
  905. $strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).';  //to translate
  906. $strShowStatusOpen_tablesDescr = 'The number of tables that are open.';  //to translate
  907. $strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.';  //to translate
  908. $strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.';  //to translate
  909. $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.';  //to translate
  910. $strShowStatusQcache_hitsDescr = 'The number of cache hits.';  //to translate
  911. $strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.';  //to translate
  912. $strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.';  //to translate
  913. $strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).';  //to translate
  914. $strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.';  //to translate
  915. $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.';  //to translate
  916. $strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).';  //to translate
  917. $strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.';  //to translate
  918. $strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.';  //to translate
  919. $strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)';  //to translate
  920. $strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)';  //to translate
  921. $strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.';  //to translate
  922. $strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.';  //to translate
  923. $strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.';  //to translate
  924. $strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.';  //to translate
  925. $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.';  //to translate
  926. $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.';  //to translate
  927. $strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.';  //to translate
  928. $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.';  //to translate
  929. $strShowStatusSort_rowsDescr = 'The number of sorted rows.';  //to translate
  930. $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.';  //to translate
  931. $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.';  //to translate
  932. $strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.';  //to translate
  933. $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.';  //to translate
  934. $strShowStatusThreads_connectedDescr = 'The number of currently open connections.';  //to translate
  935. $strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)';  //to translate
  936. $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.';  //to translate
  937. $strSorting = 'Sorting';  //to translate
  938. $strTempData = 'Temporary data';  //to translate
  939. $strThreads = 'Threads';  //to translate
  940. $strLDI = 'CSV using LOAD DATA';  //to translate
  941. $strLDILocal = 'Use LOCAL keyword';  //to translate
  942. $strLDIImportOptions = 'Options for CSV import using LOAD DATA';  //to translate
  943. $strInvalidLDIImport = 'This plugin does not support compressed imports!';  //to translate
  944. $strTableAlreadyExists = 'Table %s already exists!';  //to translate
  945. $strTransactionCoordinator = 'Transaction coordinator';  //to translate
  946. $strNumberOfFields = 'Number of fields';  //to translate
  947. $strShowingBookmark = 'Showing bookmark';  //to translate
  948. $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.';  //to translate
  949. $strDeleteNoUsersSelected = 'No users selected for deleting!';  //to translate
  950. $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.';  //to translate
  951. $strMaximalQueryLength = 'Maximal length of created query';  //to translate
  952. $strBookmarkCreated = 'Bookmark %s created';  //to translate
  953. $strBookmarkReplace = 'Replace existing bookmark of same name';  //to translate
  954. $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.';  //to translate
  955. $strEsperanto = 'Esperanto';  //to translate
  956. $strInvalidServerIndex = 'Invalid server index: "%s"';  //to translate
  957. $strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.';  //to translate
  958. $strFileNameTemplateDescriptionTable = 'table name';  //to translate
  959. $strFileNameTemplateDescriptionDatabase = 'database name';  //to translate
  960. $strFileNameTemplateDescriptionServer = 'server name';  //to translate
  961. $strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.';  //to translate
  962. $strProtocolVersion = 'Protocol version';  //to translate
  963. $strMysqlClientVersion = 'MySQL client version';  //to translate
  964. $strUsedPhpExtensions = 'Used PHP extensions';  //to translate
  965. $strOpenNewWindow = 'Open new phpMyAdmin window';  //to translate
  966. $strLanguageUnknown = 'Unknown language: %1$s.';  //to translate
  967. $strLanguageFileNotFound = 'Language file "%1$s" not found.';  //to translate
  968. $strThemeNoPreviewAvailable = 'No preview available.';  //to translate
  969. $strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"';  //to translate
  970. $strPDF = 'PDF';  //to translate
  971. $strPDFOptions = 'PDF options';  //to translate
  972. $strPDFReportTitle = 'Report title';  //to translate
  973. $strInvalidCSVParameter = 'Invalid parameter for CSV import: %s';  //to translate
  974. $strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.';  //to translate
  975. $strInvalidCSVFormat = 'Invalid format of CSV input on line %d.';  //to translate
  976. $strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.';  //to translate
  977. $strThemeNotFound = 'Theme %s not found!';  //to translate
  978. $strThemeDefaultNotFound = 'Default theme %s not found!';  //to translate
  979. $strThemeNoValidImgPath = 'No valid image path for theme %s found!';  //to translate
  980. $strThemePathNotFound = 'Theme path not found for theme %s!';  //to translate
  981. $strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.';  //to translate
  982. $strSQLImportOptions = 'SQL options';  //to translate
  983. $strBrowseDistinctValues = 'Browse distinct values';  //to translate
  984. $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.';  //to translate
  985. $strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.';  //to translate
  986. ?>
  987.